home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Apps / Yap.app / English.lproj / FindPanel.nib / data.classes next >
Text File  |  1992-09-17  |  349b  |  25 lines

  1. ResponderText = {
  2.     SUPERCLASS = Text;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. FindPanel = {
  10.     ACTIONS = {
  11.     findNextReturn:;
  12.     enterSelection:;
  13.     makeKeyAndOrderFront:;
  14.     orderOut:;
  15.     findNext:;
  16.     findPrevious:;
  17.     };
  18.     OUTLETS = {
  19.     ignoreCaseButton;
  20.     findText;
  21.     findNextButton;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.